php forum
php mysql forum
php mysql smarty
 
Page 1 of 5 1 2 3 4 5 >
Topic Options
#146855 - 08/26/01 04:10 PM [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
Name: Moderator Activity Logging v1.0b2

Programmers: Overgrowth, qasic, DPK

Beta testers: MsLedd, LK

Requirements: UBB 6.1 Public Beta 1 or Higher

Description: Track moderator and admin activites including: closing, opening, moving, and deleting threads. You are able to set the number of logs you view at one time and you can focus down to just one moderator by clicking on their name.

Download: http://www.qasic.net/

Pictures:





As always, bug reports and feedback greatly apprecited!
_________________________

Top
#146856 - 08/26/01 04:27 PM Re: [6.1x] Moderator Activity Logging
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Great mod smile

Just a small bug, lines 437 and 439 of modlog.cgi should have $hash->{type} instead of $_[0].
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#146857 - 08/26/01 04:37 PM Re: [6.1x] Moderator Activity Logging
freeTV Offline
Member

Registered: 04/25/01
Posts: 224
I got this error:

Can't obtain exclusive lock: No such file or directory (called
by /home3/dsstoday/HTML/cgitest/ubb_mod_log.cgi, 36) at /home3/dsstoday/HTML/cgitest/ubb_lib_files.cgi line 573.

Line 35 and 36 of ubb_mod_log.cgi are:

open FILE, ">>$vars_config{NonCGIPath}/modlog/$action.cgi";
&lock();

Are we missing file action.cgi?

Top
#146858 - 08/26/01 04:50 PM Re: [6.1x] Moderator Activity Logging
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Did you create /noncgi/modlog directory?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#146859 - 08/26/01 06:06 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
LK, thx for the bug report. It's fixed. ZIP file has been updated (just re-upload modlog.cgi).

qasic
_________________________

Top
#146860 - 08/26/01 09:17 PM Re: [6.1x] Moderator Activity Logging
freeTV Offline
Member

Registered: 04/25/01
Posts: 224
I have the latest modlog.cgi and yes I have a directory modlog in NONCGI with chmod 777, still I am getting this error:

Can't use an undefined value as a symbol reference at modlog.cgi line 152.

and this is line 152 in modlog.cgi:
my $fh; open($fh, "$vars_config{NonCGIPath}/modlog/$_[0].cgi");

Please help!
Thanks

[ August 26, 2001: Message edited by: freeTV ]

Top
#146861 - 08/26/01 10:24 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
freeTV, you may be using a version of Perl that doesn't support this feature(I'm using Perl 5.6.1 which defintely supports this feature). What version of Perl are you using?

Try the following:

Open modlog.cgi

find:

Code:
code:


and replace with:

Code:
code:



qasic

[ August 26, 2001: Message edited by: qasic ]
_________________________

Top
#146862 - 08/26/01 10:30 PM Re: [6.1x] Moderator Activity Logging
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
nice job q. smile
I'll install this when i get back.

Top
#146863 - 08/27/01 04:51 AM Re: [6.1x] Moderator Activity Logging
freeTV Offline
Member

Registered: 04/25/01
Posts: 224
qasic, I'm using perl5.
I tried your fix to the modlog.cgi and it did the trick. This is a nice hack. I strongly recommend it to everyone.

2 thumbs up!

Top
#146864 - 08/27/01 02:21 PM Re: [6.1x] Moderator Activity Logging
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Nice one... will come in handy, esp. on larger boards smile
_________________________
- Allen wavey
- What Drives You?

Top
#146865 - 08/27/01 03:27 PM Re: [6.1x] Moderator Activity Logging
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Little Rock, AR
I'm getting internal server errors when opening modlog.cgi, it was working a couple days ago, but redownloaded the most recent one.

Top
#146866 - 08/27/01 03:27 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
Quote:
quote:


Hmmm ... you may want to upgrade to Perl 5.6 then - it's better smile Anyways, I'm glad my workaround did the trick. I'm lucky Wall's Camel 3 had that workaround smile

qasic
_________________________

Top
#146867 - 08/27/01 03:29 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
raiyan:

ISE can be caused by two things:

1) Perl path not being correct.
2) Binary upload of files.

Check to make sure these are not the case. Furthermore, can you print here what your error log says?

qasic
_________________________

Top
#146868 - 08/28/01 02:49 AM Re: [6.1x] Moderator Activity Logging
Game Loader Master Offline
Member

Registered: 02/25/01
Posts: 73
will this work with 6.05? if not can you make one for 6.05?

Top
#146869 - 08/29/01 05:20 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
It can work with UBB 6.0x with a little modfication. If you pay me, I can install on your 6.0x board for you but otherwise, you'll have to install it at your own peril.

qasic
_________________________

Top
#146870 - 08/29/01 10:16 PM Re: [6.1x] Moderator Activity Logging
DaMan352 Offline
Junior Member

Registered: 08/16/01
Posts: 18
Great hack qasic! I've been waiting for something like this. smile

Top
#146871 - 09/02/01 10:22 AM Re: [6.1x] Moderator Activity Logging
boske Offline
Junior Member

Registered: 06/01/01
Posts: 10
I want to download this so bad, but it won't let me in, it thinks im hacking. I forgot which e-mail adress I used so i tried a lot, and then it thought I was hacking, Qasic, can you fix my account?
_________________________
http://www.hondahookup.com

Top
#146872 - 09/02/01 03:40 PM Re: [6.1x] Moderator Activity Logging
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
Hi bsoke,

Did you register @ Qasic.COM by any chance? If you did, you'll need to re-register @ Qasic.NET. Sorry for the inconvenience.

qasic
_________________________

Top
#146873 - 09/04/01 11:44 PM Re: [6.1x] Moderator Activity Logging
boske Offline
Junior Member

Registered: 06/01/01
Posts: 10
Quote:
quote:


yeah, it has been a week, and I still can't get it...! grr!
_________________________
http://www.hondahookup.com

Top
#146874 - 09/05/01 11:19 AM Re: [6.1x] Moderator Activity Logging
Javier97Z28 Offline
Member

Registered: 05/22/01
Posts: 80
Loc: WPB, Fl
Not sure if this is a problem with everyone, but when I chmod'd my modlog directory to 666 I couldn't gain access to that directory.. not even through FTP, so the ubb couldn't access it and gave this error... when I set it to chmod 777 it works just fine.. maybe the instructions should be changed to say chmod modlog to 777? just curious...

Quote:
quote:
_________________________
Javier
sffba.com Webmaster
http://www.sffba.com
UBB located here... http://www.sffba.net/cgi-bin/ultimatebb.cgi

Top
Page 1 of 5 1 2 3 4 5 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks